home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Infinity - ECTS (UK) (Press Kit)
/
Game Infinity - ECTS (UK) (Press Kit).bin
/
data
/
multi.dxr
/
00056.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-08-11
|
166 b
|
17 lines
global cc, aaa
on mouseDown
if buttonclicked() then
gogo()
end if
end
on mouseLeave
sprite(aaa).memberNum = cc
end
on mouseEnter
aaa = 12
roll()
end